Add simulation tests - #37
Draft
mengelbart wants to merge 4 commits into
Draft
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #37 +/- ##
===========================================
- Coverage 100.00% 99.06% -0.94%
===========================================
Files 7 10 +3
Lines 253 430 +177
===========================================
+ Hits 253 426 +173
- Misses 0 2 +2
- Partials 0 2 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
mengelbart
force-pushed
the
feat/simulation
branch
7 times, most recently
from
August 10, 2026 08:39
c2e085f to
d8c7f55
Compare
mengelbart
force-pushed
the
feat/simulation
branch
2 times, most recently
from
August 10, 2026 15:14
2705e88 to
4664930
Compare
mengelbart
force-pushed
the
feat/simulation
branch
from
August 10, 2026 15:20
4664930 to
68b5946
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds simulation tests for congestion control. It can be run with
go test -tags=simulation ./simulation/which creates log files for each test in./simulation/logs. Some metrics can be extracted from the log files and plotted using themain.pyscript.